新增属性值 : initial ;能恢复到默认样式。
p#text02 { color: initial; color: -moz-initial; }
inherit 表示继承祖先的属性值。
unset 为擦除用户的声明的值。如果有继承,这 unset 等同于 inherit 。
all 表示所有的 css 属性,不包括 unicode-bidi 、 direction 属性。
transparent 表示完全透明。
currentColor 表示 color 属性的值。